.clearfix:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix{zoom:1;}
.f-l{float: left;}
.f-r{float: right;}
.clear{clear: both;}
.wrap{
	width: 1260px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	box-sizing:  border-box;
}
.header-top{
	background: #f9f9f9;
	overflow: hidden;
	height: 34px;
	line-height: 34px;
	text-align: right;
}
.header-top span{
	font-size: 12px;
	color:#9a9a9a;
	display: inline-block;
	margin-left: 20px;
}
.header-main{
    height: 80px;
    overflow: hidden;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 21;
}
.two-menu h1 img{
	margin-right: 10px;
	display: none;
}
.main{
	padding-top:0px;
}
.logo{
	position: absolute;
	left: 0;
	top: 5px;
	width: 198px;
}
.logo img{
	width: 100%;
}
.nav{
	
	position:  absolute;
		
	left: 280px;
		
	right: 150px;
		
	bottom: 0;
}
#fuwu .nav-block ul{
	text-align: center;
}
#fuwu .nav-block li{
    width: 33.33%;
    box-sizing: border-box;
    margin: 0 0 10px 0;
    text-align: center;
}
.header-lag{
    position: absolute;
    right: 0;
    top: 20px;
}
.header-lag img{ height:35px;
}
.header-lag a{
	margin-left: 15px;
}
.nav ul{
	overflow: hidden;
}
.nav li{
	float: left;
	padding: 0 20px 30px;
}
.nav li.nav-up-selected a{
	color: #005bac;
}
.nav li a{
	color: #333;
	font-size: 16px;
}
.nav li:hover > a{
	color:#005bac;
}
.nav-block{
	overflow: hidden;
	margin-bottom: 10px;
}
.fl .nav-block{
	float: left;
	margin-right: 20px;
	 margin:0 2%; 
}

#about.nav-block{
	float: left;
	margin-right: 20px;
	 margin:0 1%; width:10%;
}


.fl .nav-block ul{
	float: left;
	margin-right: 10px;
}
.fl .nav-block li{
	float: none;
}
.two-menu {
	background:rgba(255,255,255,0.9);
	position: fixed;
	top: 79px;
	left: 0;
	width: 100%;
	z-index: 20;
	overflow:  hidden;
	padding: 20px 0;
	display:  none;
	border-top:1px solid #005bac;
}
.two-menu h1{
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
    padding-left: 25px;
}
.two-menu h1 a{
	color: #333;
}
.two-menu ul{
	overflow: hidden;
}
.two-menu li{
	float: left;
	color: #333;
	padding: 5px 25px;
	margin: 0 10px 10px 0;
}
.two-menu li a{
	color: #333;
}
.two-menu li a:hover{
	color:#005bac;
}
.mobile-header {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 48px;
	z-index: 111;
	background: rgba(255, 255, 255, 0.9);
}

.mobile-header .logo {
	position: absolute;
	left: 12px;
	top: 10px;
	width: 140px;
}

.mobile-header .logo img {
	width: 100%;
	display: block;
}

.mobile-header .mobile-menu {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 0px;
	right: 0px;
}

.mobile-header .mobile-menu .mobile-header-icon {
	color: #038EE6;
	height: 100%;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 100%;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}

.mobile-header .mobile-menu .mobile-header-icon:hover {
	cursor: pointer;
}

.mobile-header .mobile-menu .mobile-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 2px;
	background-color:#038EE6;
}

.mobile-header .mobile-menu .mobile-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}

.mobile-header .mobile-menu .mobile-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}

.mobile-header .mobile-menu .mobile-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}

.mobile-header .mobile-menu .mobile-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}

@keyframes clickfirst {
	0% {
		transform: translateY(4px) rotate(0deg);
	}
	100% {
		transform: translateY(0) rotate(45deg);
	}
}

@keyframes clicksecond {
	0% {
		transform: translateY(-4px) rotate(0deg);
	}
	100% {
		transform: translateY(0) rotate(-45deg);
	}
}

.mobile-header .mobile-menu .mobile-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}

.mobile-header .mobile-menu .mobile-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}

@keyframes outfirst {
	0% {
		transform: translateY(0) rotate(-45deg);
	}
	100% {
		transform: translateY(-4px) rotate(0deg);
	}
}

@keyframes outsecond {
	0% {
		transform: translateY(0) rotate(45deg);
	}
	100% {
		transform: translateY(4px) rotate(0deg);
	}
}

.ph-menu-wrapper {
	position: fixed;
	top: 49px;
	right: -100%;
	bottom: 0;
	z-index: 12;
	width: 40%;
	min-height: calc(100% - 50px);
	background: rgba(6, 73, 111, 0.8);
	overflow-y: auto;
	overflow-x: hidden;
}

.ph-menu-wrapper.ph-menu-list {
	overflow-y: scroll;
}

.footer {
	overflow: hidden;
	position:  relative;
	z-index: 20;
}

.foot-top {
	overflow: hidden;
	background: #000;
	padding: 25px 0;
}

.foot-bottom {
	overflow: hidden;
	background: #000;
	padding: 20px 0;
	border-top: 1px solid #55524c;
}

.foot-bottom p {
	font-size: 14px;
	color: #727171;
	text-align: center;
}

.foot-info {
	overflow: hidden;
	float: left;
	width: 50%;
}

.foot-info h1 {
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom: 17px;
	line-height: 1;
}

.foot-info-cell {
	position: relative;
	font-size: 14px;
	color: #fff;
	padding-left: 35px;
	margin-bottom: 10px;
	width: 50%;
	float:  left;
	box-sizing:  border-box;
}

.foot-info-cell img {
	position: absolute;
	left: 0;
	top: 0;
}
.foot-info-cell a{
	color:#fff;
}

.foot-ewm {
	width: 200px;
	float: right;
	overflow: hidden;
}

.foot-ewm-main {
	float: left;
	width: 160px;
	margin-right: 40px;
}

.foot-ewm-main img {
	width: 100%;
	display: block;
}

/*笔记本*/
@media only screen and (min-width: 701px) and (max-width: 1380px) {
	.main{
		padding-top: 94px;
	}
	.header-main{
		height: 60px;
	}
	.nav{
		left: 190px;
	}
	.wrap{
		width:90%;
		padding: 0 1%;
	}
	.list-banner-text .wrap{
		width: 97%;
	}
	.logo{
	    width: 120px;
	    left: 20px;
	    top: 18px;
	}
	.nav li{
	    padding: 0 2.5% 24px;
	}
	.nav li a{
		font-size: 16px;
	}
	.two-menu{
		top: 94px;
	}
	.header-lag{
	    right: 15px;
	    top: 20px;
	}
	.foot-top{
		padding: 20px 20px;
	}
	.foot-info h1{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.foot-ewm-main{
	    width: 120px;
    	height: 120px;
	}
	.foot-ewm{
		width: 320px;
	}
}
/*pad*/
@media only screen and (min-width: 701px) and (max-width: 1150px) {
	.nav li{
		padding: 0 1.8% 23px;
	}
	.logo{
		width: 100px;
		top: 21px;
	}
	.nav{
		left: 123px;
	}
	.nav li a{
		font-size: 14px;
	}
}
@media only screen and (min-width: 701px) and (max-width: 850px) {
	.nav li{
		padding: 0 1% 23px;
	}
	.nav li a{
		font-size: 12px;
	}
}
/*手机*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
	.mobile-header .logo {
	position: absolute;
	left: 5px;
	top: 2px;
	width: 120px;
}

.mobile-header .logo img {
	width: 100%;
	display: block;
}
	.mobile-header{
		display: block;
	}
	.header-top,.header-main{
		display: none;
	}
	.main{
		padding-top: 0px;
	}
	.wrap{
		width: 90%;
		padding: 0 1%;
	}
	.foot-info{
		width: 100%;
		padding:  0 10px;
		box-sizing:  border-box;
	}
	.foot-info h1{
		font-size: 16px;
		padding-bottom:  0;
		margin-bottom: 12px;
	}
	.foot-top{
		padding: 15px 0;
	}
	.foot-info-cell{
	    font-size: 12px;
	    padding-left: 28px;
	    width: 100%;
	    margin-bottom: 12px;
	}
	.foot-info-cell img{
		width: 21px;
	}
	.foot-ewm{
	    width: 100%;
	    padding: 0 10px;
	    box-sizing: border-box;
	}
	.foot-ewm-main{
        width: 30%;
    	margin: 0 10%;
	}
	.foot-bottom{
		padding: 12px 0;
	}
	
}

/* mobile nav */

.s-side .s-firstItem i {
    font-size:20px;
}
.s-side a{
	display:block;
}

.s-side .s-firstItem span {
    display:inline-block;
    margin-left:10px;
    color: #fff; font-size:16px;
}
.s-side .first {
    padding:10px 0;
    border-bottom:1px solid #dedede;
}
.s-side .d-firstNav{
	line-height: 25px;
}
.s-side .d-firstNav span {
    display:inline-block;
    margin-left:10px;
    color: #fff; font-size:16px;
}
.s-thirdItem a{
	color:#fff;font-size:15px;
}
.s-thirdItem{
	padding:5px 0;
}
.s-secondItem a{
	color:#fff;
}
.s-side .d-firstNav i.fr {
    font-size:25px
}
.s-side .s-secondNav,.s-side .s-secondItem {
    margin-left:20px;
    margin-top:10px;
    color: #fff; font-size:15px;
}
.s-side .d-secondDrop {
    margin-left:30px;
    margin-top:10px
}
.iconRotate {
    transform:rotate(90deg);
    transition:transform .5s
}
.s-firstDrop,.s-secondDrop {
    display:none
}
